home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / GFX / s / Plot < prev    next >
Text File  |  1995-08-26  |  372b  |  17 lines

  1. ;-------------------------------------------------------------------------------
  2. ; GFX_Plot (int plotcode, int x, int y)
  3. ; by Jason Williams 1993
  4. ;
  5.         GET     ^.h.Macros
  6.         GET     ^.h.RegDefs
  7.         GET     ^.h.SWINos
  8. ;
  9.         PREAMBLE
  10.         STARTCODE GFX_Plot
  11. ;
  12.         STMFD   sp!,{lr}
  13.         SWI     XSWI_OS_Plot
  14.         LDMFD   sp!,{pc}^
  15. ;
  16.         END
  17.